Square-free integer

In mathematics, a square-free, or quadratfrei, integer is one divisible by no perfect square, except 1. For example, 10 is square-free but 18 is not, as it is divisible by 9 = 32. The smallest positive square-free numbers are

1, 2, 3, 5, 6, 7, 10, 11, 13, 14, 15, 17, 19, 21, 22, 23, 26, 29, 30, 31, 33, 34, 35, 37, 38, 39, ... (sequence A005117 in OEIS)

Ring theory generalizes the concept of being square-free.

Contents

Equivalent characterizations

The positive integer n is square-free if and only if in the prime factorization of n, no prime number occurs more than once. Another way of stating the same is that for every prime factor p of n, the prime p does not divide n / p. Yet another formulation: n is square-free if and only if in every factorization n = ab, the factors a and b are coprime. An immediate result of this definition is that all prime numbers are square-free.

The positive integer n is square-free if and only if μ(n) ≠ 0, where μ denotes the Möbius function.

The Dirichlet series that generates the square-free numbers is

 \frac{\zeta(s)}{\zeta(2s) } = \sum_{n=1}^{\infty}\frac{ |\mu(n)|}{n^{s}} where ζ(s) is the Riemann zeta function.

This is easily seen from the Euler product

  \frac{\zeta(s)}{\zeta(2s) } =\prod_p \frac{(1-p^{-2s})}{(1-p^{-s})}=\prod_p (1%2Bp^{-s}).

The positive integer n is square-free if and only if all abelian groups of order n are isomorphic, which is the case if and only if all of them are cyclic. This follows from the classification of finitely generated abelian groups.

The integer n is square-free if and only if the factor ring Z / nZ (see modular arithmetic) is a product of fields. This follows from the Chinese remainder theorem and the fact that a ring of the form Z / kZ is a field if and only if k is a prime.

For every positive integer n, the set of all positive divisors of n becomes a partially ordered set if we use divisibility as the order relation. This partially ordered set is always a distributive lattice. It is a Boolean algebra if and only if n is square-free.

The radical of an integer is always square-free.

Distribution

Let Q(x) denote the number of square-free (quadratfrei) integers between 1 and x. For large n, 3/4 of the positive integers less than n are not divisible by 4, 8/9 of these numbers are not divisible by 9, and so on. Because these events are independent, we obtain the approximation:

Q(x) \approx x\prod_{p\ \text{prime}} \left(1-\frac{1}{p^2}\right) = x\prod_{p\ \text{prime}} \frac{1}{(1-\frac{1}{p^2})^{-1}}
Q(x) \approx x\prod_{p\ \text{prime}} \frac{1}{1%2B\frac{1}{p^2}%2B\frac{1}{p^4}%2B\cdots} = \frac{x}{\sum_{k=1}^\infty \frac{1}{k^2}} = \frac{x}{\zeta(2)}

This argument can be made rigorous to yield:

Q(x) = \frac{x}{\zeta(2)} %2B O\left(\sqrt{x}\right) = \frac{6x}{\pi^2} %2B O\left(\sqrt{x}\right)

(see pi and big O notation). Under the Riemann hypothesis, the error term can be reduced:[1]

Q(x) = \frac{x}{\zeta(2)} %2B O\left(x^{17/54%2B\varepsilon}\right) = \frac{6x}{\pi^2} %2B O\left(x^{17/54%2B\varepsilon}\right).

See the race between the number of square-free numbers up to n and round(n/ζ(2)) on the OEIS:

A158819 – (Number of square-free numbers ≤ n) minus round(n/ζ(2)).

The asymptotic/natural density of square-free numbers is therefore

\lim_{x\to\infty} \frac{Q(x)}{x} = \frac{6}{\pi^2} = \frac{1}{\zeta(2)}

where ζ is the Riemann zeta function and 1/ζ(2) is approximately 0.6079 (nearly 3/5 of the integers are squarefree).

Likewise, if Q(x,n) denotes the number of n-free integers (e.g. 3-free integers being cube-free integers) between 1 and x, one can show

Q(x,n) = \frac{x}{\sum_{k=1}^\infty \frac{1}{k^n}} %2B O\left(\sqrt[n]{x}\right) = \frac{x}{\zeta(n)} %2B O\left(\sqrt[n]{x}\right).

Encoding as binary numbers

If we represent a square-free number as the infinite product:

\prod_{n=0}^\infty {p_{n%2B1}}^{a_n}, a_n \in \lbrace 0, 1 \rbrace,\text{ and }p_n\text{ is the }n\text{th prime}.

then we may take those a_n and use them as bits in a binary number, i.e. with the encoding:

\sum_{n=0}^\infty {a_n}\cdot 2^n

e.g. The square-free number 42 has factorisation 2 × 3 × 7, or as an infinite product: 21 · 31  · 50 · 71 · 110 · 130 · ...; Thus the number 42 may be encoded as the binary sequence ...001011 or 11 decimal. (Note that the binary digits are reversed from the ordering in the infinite product.)

Since the prime factorisation of every number is unique, so then is every binary encoding of the square-free integers.

The converse is also true. Since every positive integer has a unique binary representation it is possible to reverse this encoding so that they may be 'decoded' into a unique square-free integer.

Again, for example if we begin with the number 42, this time as simply a positive integer, we have its binary representation 101010. This 'decodes' to become 20 · 31 · 50 · 71 · 110 · 131 = 3 × 7 × 13 = 273.

Among other things, this implies that the set of all square-free integers has the same cardinality as the set of all integers. In turn that leads to the fact that the in-order encodings of the square-free integers are a permutation of the set of all integers.

See sequences A048672 and A064273 in the OEIS

Erdős squarefree conjecture

The central binomial coefficient

{2n \choose n}

is never squarefree for n > 4. This was proven in 1996 by Olivier Ramaré and Andrew Granville.

Squarefree core

The multiplicative function \mathrm{core}_t(n) is defined to map positive integers n to t-free numbers by reducing the exponents in the prime power representation modulo t:

\mathrm{core}_t(p^e) = p^{e\mod t}.

The value set of \mathrm{core}_2, in particular, are the square-free integers. Their Dirichlet generating functions are

\sum_{n\ge 1}\frac{\mathrm{core}_t(n)}{n^s}
= \frac{\zeta(ts)\zeta(s-1)}{\zeta(ts-t)}.

OEIS representatives are  A007913 (t=2),  A050985 (t=3) and  A053165 (t=4).

Notes

  1. ^ Jia, Chao Hua. "The distribution of square-free numbers", Science in China Series A: Mathematics 36:2 (1993), pp. 154–169. Cited in Pappalardi 2003, A Survey on k-freeness; also see Kaneenika Sinha, "Average orders of certain arithmetical functions", Journal of the Ramanujan Mathematical Society 21:3 (2006), pp. 267–277.

References